home *** CD-ROM | disk | FTP | other *** search
- object frmConfigWizard: TfrmConfigWizard
- Left = 214
- Top = 108
- HelpContext = 9
- BorderStyle = bsDialog
- Caption = 'Configuration Wizard'
- ClientHeight = 331
- ClientWidth = 508
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- ShowHint = True
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 508
- Height = 300
- Align = alTop
- TabOrder = 0
- object Image1: TImage
- Left = 0
- Top = 1
- Width = 150
- Height = 298
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 164
- Top = 8
- Width = 63
- Height = 23
- Caption = 'Label1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -19
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Shape1: TShape
- Left = 164
- Top = 32
- Width = 333
- Height = 5
- Brush.Color = clNavy
- Pen.Style = psClear
- end
- object Label25: TLabel
- Left = 420
- Top = 8
- Width = 75
- Height = 23
- Alignment = taRightJustify
- Caption = 'Label25'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -19
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object PageControl1: TPageControl
- Left = 164
- Top = 44
- Width = 333
- Height = 245
- ActivePage = TabSheet3
- TabOrder = 0
- TabStop = False
- OnChange = PageControl1Change
- OnChanging = PageControl1Changing
- object TabSheet1: TTabSheet
- Caption = 'Configuration Wizard'
- TabVisible = False
- object Label2: TLabel
- Left = 8
- Top = 12
- Width = 305
- Height = 29
- AutoSize = False
- Caption =
- 'Application discovered that this is the first time you started C' +
- 'D Label Designer 2.0.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 56
- Width = 305
- Height = 45
- AutoSize = False
- Caption =
- 'In order to application work properly, you need to set some of c' +
- 'onfiguration options. Also, we will offer you some of basic user' +
- ' options that you might want to change.'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 8
- Top = 112
- Width = 305
- Height = 45
- AutoSize = False
- Caption =
- 'When you finish setting of one page, click Next button to change' +
- ' to other. You can go back in any time by clicking Back button.'
- WordWrap = True
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'General'
- ImageIndex = 1
- TabVisible = False
- object Label7: TLabel
- Left = 27
- Top = 32
- Width = 45
- Height = 13
- Caption = 'CD drive:'
- end
- object Label8: TLabel
- Left = 16
- Top = 8
- Width = 262
- Height = 13
- Caption = 'Select your CD drive that you want to use for reading.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label9: TLabel
- Left = 16
- Top = 68
- Width = 297
- Height = 53
- AutoSize = False
- Caption =
- 'This value is used internaly to achieve best printing performanc' +
- 'e. It depends from system to another, thus it'#39's best for you to ' +
- 'click on Determine button. Later you can experiment with it.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object ComboBox1: TComboBox
- Left = 83
- Top = 28
- Width = 53
- Height = 21
- Hint = 'CD drive path'
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 0
- end
- object GroupBox3: TGroupBox
- Left = 12
- Top = 124
- Width = 301
- Height = 105
- Caption = 'Max. printing bitmap size'
- TabOrder = 1
- object Label13: TLabel
- Left = 136
- Top = 56
- Width = 23
- Height = 13
- Caption = '5 MB'
- end
- object Label14: TLabel
- Left = 256
- Top = 20
- Width = 21
- Height = 13
- Caption = 'Fast'
- end
- object Label15: TLabel
- Left = 16
- Top = 20
- Width = 34
- Height = 13
- Caption = 'Robust'
- end
- object TrackBar1: TTrackBar
- Left = 12
- Top = 32
- Width = 273
- Height = 25
- Hint = 'Maximum memory to use for temporary printing image'
- Max = 50
- Min = 3
- Orientation = trHorizontal
- Frequency = 1
- Position = 5
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 15
- TickMarks = tmTopLeft
- TickStyle = tsNone
- OnChange = TrackBar1Change
- end
- object Button2: TButton
- Left = 88
- Top = 76
- Width = 129
- Height = 21
- Hint = 'Try to determine this value on your system'
- Caption = 'Determine'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'CDDB'
- ImageIndex = 2
- TabVisible = False
- object Label10: TLabel
- Left = 8
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Server'
- end
- object Label16: TLabel
- Left = 8
- Top = 4
- Width = 297
- Height = 45
- AutoSize = False
- Caption =
- 'These are CDDB configuration parameters. CDDB is internet servic' +
- 'e that delivers audio CD title and track names. If you are not p' +
- 'lanning to use it, just disable it.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label17: TLabel
- Left = 176
- Top = 80
- Width = 109
- Height = 26
- AutoSize = False
- Caption = '(if you are not sure, leave default server)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label18: TLabel
- Left = 8
- Top = 124
- Width = 297
- Height = 17
- AutoSize = False
- Caption = 'Configure you proxy server, if you are using it.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object CheckBox2: TCheckBox
- Left = 6
- Top = 56
- Width = 131
- Height = 17
- Alignment = taLeftJustify
- Caption = 'Enabled'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CheckBox2Click
- end
- object Edit1: TEdit
- Left = 56
- Top = 84
- Width = 105
- Height = 21
- Hint = 'CDDB server'
- TabOrder = 1
- Text = 'freedb.freedb.org'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 140
- Width = 305
- Height = 85
- Caption = 'Proxy'
- TabOrder = 2
- object Label11: TLabel
- Left = 16
- Top = 52
- Width = 32
- Height = 13
- Caption = 'Server'
- end
- object Label12: TLabel
- Left = 200
- Top = 52
- Width = 20
- Height = 13
- Caption = 'Port'
- end
- object CheckBox3: TCheckBox
- Left = 14
- Top = 24
- Width = 127
- Height = 17
- Hint = 'Use proxy server'
- Alignment = taLeftJustify
- Caption = 'Use proxy server'
- TabOrder = 0
- OnClick = CheckBox2Click
- end
- object Edit3: TEdit
- Left = 64
- Top = 48
- Width = 97
- Height = 21
- Hint = 'Proxy server host'
- TabOrder = 1
- end
- object Edit4: TEdit
- Left = 232
- Top = 48
- Width = 41
- Height = 21
- Hint = 'Proxy server port'
- MaxLength = 5
- TabOrder = 2
- Text = '8080'
- OnExit = Edit4Exit
- OnKeyPress = Edit4KeyPress
- end
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Default label template'
- ImageIndex = 3
- TabVisible = False
- object Label19: TLabel
- Left = 8
- Top = 4
- Width = 297
- Height = 57
- AutoSize = False
- Caption =
- 'Setup basic options of your default label design. If you wish to' +
- ' change default design later, just open Default.clt file (from P' +
- 'rogram Files folder), design it and save it. You can create unli' +
- 'mited number of custom templates, too.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label20: TLabel
- Left = 8
- Top = 68
- Width = 297
- Height = 14
- AutoSize = False
- Caption = 'Full face labels are disk labels with smaller inner circle.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label21: TLabel
- Left = 8
- Top = 116
- Width = 297
- Height = 14
- AutoSize = False
- Caption = 'Select defaults for read drive options.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object CheckBox1: TCheckBox
- Left = 20
- Top = 84
- Width = 97
- Height = 17
- Hint = 'Smaller inner circle labels'
- Alignment = taLeftJustify
- Caption = 'Full face labels'
- TabOrder = 0
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 132
- Width = 305
- Height = 101
- Caption = 'Read drive options'
- TabOrder = 1
- object Label22: TLabel
- Left = 12
- Top = 44
- Width = 58
- Height = 13
- Caption = 'Max. levels:'
- end
- object Label23: TLabel
- Left = 168
- Top = 20
- Width = 44
- Height = 13
- Caption = 'Columns:'
- end
- object Label24: TLabel
- Left = 12
- Top = 78
- Width = 44
- Height = 13
- Caption = 'Draw on:'
- end
- object Bevel1: TBevel
- Left = 4
- Top = 16
- Width = 293
- Height = 57
- Shape = bsBottomLine
- end
- object CheckBox4: TCheckBox
- Left = 10
- Top = 20
- Width = 119
- Height = 17
- Hint = 'Read only directories'
- Alignment = taLeftJustify
- Caption = 'Only directories:'
- TabOrder = 0
- end
- object SpinEdit1: TSpinEdit
- Left = 88
- Top = 40
- Width = 45
- Height = 22
- Hint = 'Max. number of levels to read (0 = only root)'
- MaxValue = 7
- MinValue = 0
- TabOrder = 1
- Value = 3
- end
- object SpinEdit2: TSpinEdit
- Left = 244
- Top = 16
- Width = 45
- Height = 22
- Hint = 'Numbers of columns to show'
- MaxValue = 5
- MinValue = 1
- TabOrder = 2
- Value = 3
- end
- object CheckBox5: TCheckBox
- Left = 166
- Top = 44
- Width = 119
- Height = 17
- Hint = 'Draw column separator'
- Alignment = taLeftJustify
- Caption = 'Column separators:'
- TabOrder = 3
- end
- object CheckBox6: TCheckBox
- Left = 66
- Top = 77
- Width = 50
- Height = 17
- Hint = 'Draw list on front side'
- Alignment = taLeftJustify
- Caption = 'Front:'
- TabOrder = 4
- end
- object CheckBox7: TCheckBox
- Left = 150
- Top = 77
- Width = 50
- Height = 17
- Hint = 'Draw list on inside side'
- Alignment = taLeftJustify
- Caption = 'Inside:'
- TabOrder = 5
- end
- object CheckBox8: TCheckBox
- Left = 234
- Top = 77
- Width = 50
- Height = 17
- Hint = 'Draw list on back side'
- Alignment = taLeftJustify
- Caption = 'Back:'
- TabOrder = 6
- end
- end
- end
- object TabSheet5: TTabSheet
- Caption = 'Finished'
- ImageIndex = 4
- TabVisible = False
- object Label5: TLabel
- Left = 8
- Top = 12
- Width = 305
- Height = 29
- AutoSize = False
- Caption =
- 'Thank you for you time! Now you are ready for using of CD Label ' +
- 'Designer. Click Finish to continue.'
- WordWrap = True
- end
- object Label6: TLabel
- Left = 8
- Top = 108
- Width = 305
- Height = 29
- AutoSize = False
- Caption =
- 'Note: all these and additional options you can change subsequent' +
- 'ly.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsItalic]
- ParentFont = False
- WordWrap = True
- end
- end
- end
- end
- object CancelBtn: TButton
- Left = 8
- Top = 308
- Width = 75
- Height = 21
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- Visible = False
- end
- object BackBtn: TButton
- Left = 220
- Top = 308
- Width = 75
- Height = 21
- Caption = '< &Back'
- TabOrder = 2
- OnClick = BackBtnClick
- end
- object NextBtn: TButton
- Left = 296
- Top = 308
- Width = 75
- Height = 21
- Caption = '&Next >'
- TabOrder = 3
- OnClick = NextBtnClick
- end
- object FinishBtn: TButton
- Left = 424
- Top = 308
- Width = 75
- Height = 21
- Caption = '&Finish'
- ModalResult = 1
- TabOrder = 4
- OnClick = FinishBtnClick
- end
- end
-